home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
emula
/
msh-156.lha
/
syslog
/
syslog.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-24
|
425b
|
21 lines
/*-
* $Id: syslog.h,v 1.1 1994/10/24 20:38:56 Rhialto Exp $
*
* $Log: syslog.h,v $
* Revision 1.1 1994/10/24 20:38:56 Rhialto
* Initial revision
*
* DEBUGGING LOG DEAMON PUBLIC DEFINITIONS
-*/
#define Prototype extern
#define Local static
#ifdef __STDC__
Prototype void initsyslog(void);
Prototype void uninitsyslog(void);
Prototype void syslog0(char *format, ...);
#endif
#define debug(args) syslog0 args